home *** CD-ROM | disk | FTP | other *** search
- rem Displays all the *.3DV files in the current directory. If the
- rem files are in another subdirectory, you can specify it as a
- rem parameter (remember to append a '\' at the end).
- rem
- rem Example: ALL C:\3DVISION\
- rem
- for %%x in (*.3dv) do 3dvision %1%%x